added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSASPNETCascadingDropDownList / CSASPNETCascadingDropDownList.csproj
blob8143d2ea3842fbd0fcd750754aa4dea772a91c3d
1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>9.0.21022</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{51CCB8D1-05EB-473F-B138-7DB1FB8256BD}</ProjectGuid>
8     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>CSASPNETCascadingDropDown</RootNamespace>
12     <AssemblyName>CSASPNETCascadingDropDown</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <DebugSymbols>true</DebugSymbols>
17     <DebugType>full</DebugType>
18     <Optimize>false</Optimize>
19     <OutputPath>bin\</OutputPath>
20     <DefineConstants>DEBUG;TRACE</DefineConstants>
21     <ErrorReport>prompt</ErrorReport>
22     <WarningLevel>4</WarningLevel>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25     <DebugType>pdbonly</DebugType>
26     <Optimize>true</Optimize>
27     <OutputPath>bin\</OutputPath>
28     <DefineConstants>TRACE</DefineConstants>
29     <ErrorReport>prompt</ErrorReport>
30     <WarningLevel>4</WarningLevel>
31   </PropertyGroup>
32   <ItemGroup>
33     <Reference Include="System" />
34     <Reference Include="System.Data" />
35     <Reference Include="System.Core">
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>
37     </Reference>
38     <Reference Include="System.Data.DataSetExtensions">
39       <RequiredTargetFramework>3.5</RequiredTargetFramework>
40     </Reference>
41     <Reference Include="System.Web.Extensions">
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>
43     </Reference>
44     <Reference Include="System.Xml.Linq">
45       <RequiredTargetFramework>3.5</RequiredTargetFramework>
46     </Reference>
47     <Reference Include="System.Drawing" />
48     <Reference Include="System.Web" />
49     <Reference Include="System.Xml" />
50     <Reference Include="System.Configuration" />
51     <Reference Include="System.Web.Services" />
52     <Reference Include="System.EnterpriseServices" />
53     <Reference Include="System.Web.Mobile" />
54   </ItemGroup>
55   <ItemGroup>
56     <Content Include="App_Data\CustomDataSource.xml" />
57     <Content Include="CascadingDropDownListWithCallBack.aspx" />
58     <Content Include="CascadingDropDownListWithPostBack.aspx" />
59     <Content Include="Default.aspx" />
60     <Content Include="GetDataForCallBack.aspx" />
61     <Content Include="JScript.js" />
62     <Content Include="ReadMe.txt" />
63     <Content Include="Web.config" />
64   </ItemGroup>
65   <ItemGroup>
66     <Compile Include="CascadingDropDownListWithCallBack.aspx.cs">
67       <DependentUpon>CascadingDropDownListWithCallBack.aspx</DependentUpon>
68       <SubType>ASPXCodeBehind</SubType>
69     </Compile>
70     <Compile Include="CascadingDropDownListWithCallBack.aspx.designer.cs">
71       <DependentUpon>CascadingDropDownListWithCallBack.aspx</DependentUpon>
72     </Compile>
73     <Compile Include="CascadingDropDownListWithPostBack.aspx.cs">
74       <DependentUpon>CascadingDropDownListWithPostBack.aspx</DependentUpon>
75       <SubType>ASPXCodeBehind</SubType>
76     </Compile>
77     <Compile Include="CascadingDropDownListWithPostBack.aspx.designer.cs">
78       <DependentUpon>CascadingDropDownListWithPostBack.aspx</DependentUpon>
79     </Compile>
80     <Compile Include="CSRetrieveDataFromXml.cs" />
81     <Compile Include="Default.aspx.cs">
82       <DependentUpon>Default.aspx</DependentUpon>
83       <SubType>ASPXCodeBehind</SubType>
84     </Compile>
85     <Compile Include="Default.aspx.designer.cs">
86       <DependentUpon>Default.aspx</DependentUpon>
87     </Compile>
88     <Compile Include="GetDataForCallBack.aspx.cs">
89       <DependentUpon>GetDataForCallBack.aspx</DependentUpon>
90       <SubType>ASPXCodeBehind</SubType>
91     </Compile>
92     <Compile Include="GetDataForCallBack.aspx.designer.cs">
93       <DependentUpon>GetDataForCallBack.aspx</DependentUpon>
94     </Compile>
95     <Compile Include="Properties\AssemblyInfo.cs" />
96   </ItemGroup>
97   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
98   <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
99   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
100        Other similar extension points exist, see Microsoft.Common.targets.
101   <Target Name="BeforeBuild">
102   </Target>
103   <Target Name="AfterBuild">
104   </Target>
105   -->
106   <ProjectExtensions>
107     <VisualStudio>
108       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
109         <WebProjectProperties>
110           <UseIIS>False</UseIIS>
111           <AutoAssignPort>True</AutoAssignPort>
112           <DevelopmentServerPort>8295</DevelopmentServerPort>
113           <DevelopmentServerVPath>/</DevelopmentServerVPath>
114           <IISUrl>
115           </IISUrl>
116           <NTLMAuthentication>False</NTLMAuthentication>
117           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
118         </WebProjectProperties>
119       </FlavorProperties>
120     </VisualStudio>
121   </ProjectExtensions>
122 </Project>